home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tde210.zip / CFGMACRO.H < prev    next >
C/C++ Source or Header  |  1992-11-13  |  619b  |  20 lines

  1. /*
  2.  * New editor name:  tde, the Thomson-Davis Editor.
  3.  * Author:           Frank Davis
  4.  * Date:             June 5, 1991
  5.  *
  6.  */
  7.  
  8.  
  9. struct screen macro_screen[] = {
  10.  {1,0,"This utility reads an existing macro file.  The file must exist" },
  11.  {2,0,"before running this utility.  If you create a few favorite macros" },
  12.  {3,0,"in tde and save them to a file, you may use this utility to store" },
  13.  {4,0,"them in tde.exe, so that those macros will be available each time" },
  14.  {5,0,"you use tde."},
  15. {10,20,"1. Install a macro file."},
  16. {12,20,"2. Exit"},
  17. {14,15,"Please enter your choice: "},
  18. {0,0,NULL}
  19. };
  20.